projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7023d
)
Revert wrong removal of nand_init and nand_deselect
author
Albert ARIBAUD
<
[email protected]
>
Sat, 11 May 2013 04:29:50 +0000
(
04:29
+0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 11 May 2013 20:23:04 +0000
(22:23 +0200)
The manual resolution in commit
ec7023db
wrongly removed functions
nand_init and nand_deselect from file drivers/mtd/nand/mxc_nand_spl.c.
Revert this removal.
Signed-off-by: Albert ARIBAUD <
[email protected]
>
Acked-by: Stefano Babic <
[email protected]
>
drivers/mtd/nand/mxc_nand_spl.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/mxc_nand_spl.c
b/drivers/mtd/nand/mxc_nand_spl.c
index f13d5fc58161a2bd8cb91ed87d5c1acc352a5db6..ba725e9f1899afcc12693741ff62be79f09fac79 100644
(file)
--- a/
drivers/mtd/nand/mxc_nand_spl.c
+++ b/
drivers/mtd/nand/mxc_nand_spl.c
@@
-359,3
+359,6
@@
void nand_boot(void)
}
}
#endif
+
+void nand_init(void) {}
+void nand_deselect(void) {}